home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol C-14
/
Vol C-14.iso
/
games
/
oggy.swf
/
scripts
/
DefineSprite_332
/
frame_268
/
DoAction.as
Wrap
Text File
|
2012-04-23
|
103b
|
10 lines
vTempo -= "1" + random(vLevel);
if(vTempo < "0")
{
play();
}
else
{
gotoAndPlay(265);
}